Websydian v6.1 online documentationOnline documentation - WebsydianExpress v3.5

Presentation Properties

Overview

It is possible for each presentation (set of templates) to define properties that can be queried by the business process. This allows for setting special values that can control the business process. E.g. in an order application you could set-up a property that will control if prices shown are to be net prices (without sales tax) or gross prices (includes sales tax).

The following fields can be updated for a property:

1. Property Name

Name identifying the property to be used for the presentation.

2. Value

The value of the property. There is no type-checking or any kind of validation of the value.

Grid Page

The page shows the existing properties for a specific presentation.

The grid contains all existing properties for the presentation. The grid is ordered by the property name.

Entering a value in the "Search for" field and pressing "Find" limits the grid to records containing the entered string in either property name or the value of the property.

Update

Using this functionality you can update the value of the property.

Delete

When you press "Delete" on the Grid Page, a confirmation page will be shown, where you can either confirm or cancel the deletion.

Insert

Makes it possible for you to create a new property for the current presentation.

Related information

API GetPresentationProperty
Information about the API Get Presentation Property
API GetPropertiesForPresentation
Information about the API Get Properties For Presentation
API SetPresentationProperty
Information about the API Set Presentation Property